From 7089496d8d9ad472dce75eab7658d54aa52e9560 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 10 Feb 2003 19:46:34 +0000 Subject: [PATCH] proto xrealloc. --- defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/defs.h b/defs.h index 6a87684e6..34de88024 100644 --- a/defs.h +++ b/defs.h @@ -250,6 +250,7 @@ void disp_filter_vecs(void); void *xcalloc(size_t nmemb, size_t size); void *xmalloc(size_t size); +void *xrealloc(void *p, size_t s); char *xstrdup(const char *s); char *xstrappend(char *src, const char *new); int case_ignore_strcmp(const char *s1, const char *s2); -- 2.30.2